ASP.NET Pack Programmer's Guide
Grid.get Method
See Also
 





Gets the cell or the cluster of cells corresponding to the specified row and column.

Namespace: MindFusion.Diagramming.Lanes
Package: Grid.js

 Syntax

JavaScript  Copy Code

function get (column, row)

 Parameters

column

A Header object or a cell index.

row

A Header object or a cell index.

 Return Value

A Cell object representing the cell or cluster of cells with the specified coordinates.

 Remarks

This method accepts either Header objects or numbers as arguments, but not a mix of both. If more than one cell corresponds to a specified Header object, this method returns an object identifying all corresponding cells. Modifying the style of the returned object will affect all cells in the cluster. Calling the method without arguments, or with null arguments, will return an object identifying all cells in the grid.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace